4D Chart v13CT GET REAL SCALE |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Chart v13
CT GET REAL SCALE
|
CT GET REAL SCALE ( area ; object ; minAuto ; maxAuto ; majIncrAuto ; minIncrAuto ; minimum ; maximum ; majorIncr ; minorIncr ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D Chart area | |||||
object | Longint |
![]() |
Object ID | |||||
minAuto | Integer |
![]() |
Using default minimum? 0 = No 1 = Yes | |||||
maxAuto | Integer |
![]() |
Using default maximum? 0 = No 1 = Yes | |||||
majIncrAuto | Integer |
![]() |
Using default major increment? 0 = No 1 = Yes | |||||
minIncrAuto | Integer |
![]() |
Using default minor increment? 0 = No 1 = Yes | |||||
minimum | Real |
![]() |
Receives minimum value | |||||
maximum | Real |
![]() |
Receives maximum value | |||||
majorIncr | Real |
![]() |
Receives major increment | |||||
minorIncr | Real |
![]() |
Receives minor increment | |||||
The CT GET REAL SCALE command returns whether or not the default values are being used and what alternative values have been set for the Values axis scale. CT GET REAL SCALE is used when the values are real numbers, integers, and/or long integers.
minAuto and maxAuto specify whether the graph is currently using the default minimum and maximum values.
majIncrAuto and minIncrAuto specify whether the graph is currently using the default major and minor increments.
minimum and maximum are the minimum and maximum values set by the user in the Axis dialog box or by the database designer using the CT SET REAL SCALE command.
majorIncr and minorIncr are the major and minor increments set by the user in the Axis dialog box or by the designer using the CT SET REAL SCALE command.
This example returns scale data for the chart specified by $ChartID.
CT GET REAL SCALE(Area;$ChartID;$MinA;$MaxA;$MajA;$MinA;$Minimum;$Maximum;$MajorInc;$MinorInc)
Product: 4D Chart
Theme: CT Chart
Number:
14539
Created: 4D Chart 1
CT GET DATE SCALE
CT SET DATE SCALE
CT SET REAL SCALE